Syntax:
VA1.Platinum_Word_Font
Details :
The KEY string produced by VoiceAction Speech Engine of the
currently uttered word is matched with those available in the Language Files in path
. If a match with the direct string or with the string compare protocol is found then it
collects a sequence of the title (word or word's) and their font setting and
percentage of match specified in the Language file for that particular record.
Example :
Private Sub Timer()
LabelFinalResult.Font = VA1.Platinum_Word_Font
LabelFinalResult.Caption = VA1.Platinum_Word
End Sub